SST  11.0.0
StructuralSimulationToolkit
SST::Core::Serialization::serialize< T[N], typename std::enable_if<!std::is_fundamental< T >::value &&!std::is_enum< T >::value >::type > Class Template Reference

Version of serialize that works for statically allocated arrays of non base types. More...

#include <serialize_array.h>

Public Member Functions

void operator() (T arr[N], serializer &ser)
 

Detailed Description

template<class T, int N>
class SST::Core::Serialization::serialize< T[N], typename std::enable_if<!std::is_fundamental< T >::value &&!std::is_enum< T >::value >::type >

Version of serialize that works for statically allocated arrays of non base types.


The documentation for this class was generated from the following file: